home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / MRQ.lha / MRQ / Source / RCS / Requesters.h < prev   
Text File  |  2000-10-16  |  877b  |  54 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     msbethke:1.1; strict;
  6. comment    @ * @;
  7.  
  8.  
  9. 1.1
  10. date    2000.01.25.16.59.34;    author msbethke;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @Stuff exported from Requesters.c
  17. @
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/* Requesters.h
  26. ** Stuff exported from Requesters.c
  27. **
  28. ** ©1997-2000 by Matthias.Bethke <Matthias.Bethke@@gmx.net>
  29. ** You are free to modify this source or use parts of it in your
  30. ** own programs as long as they are distributed as freeware.
  31. */
  32.  
  33. /* $Id:$
  34. **
  35. ** $Log:$
  36. */
  37.  
  38. LONG __asm __saveds EasyRequestArgsPatch(
  39.     register __a0 struct Window*,
  40.     register __a1 struct EasyStruct*,
  41.     register __a2 ULONG*,
  42.     register __a3 APTR);
  43.  
  44. ULONG __asm __saveds rtEZRequestAPatch(
  45.     register __a1 char*,
  46.     register __a2 char*,
  47.     register __a3 struct rtReqInfo*,
  48.     register __a5 APTR,
  49.     register __a0 struct TagItem*);
  50.  
  51.  
  52. BOOL MUI_EasyRequestArgs(struct MRQReqMessage*);
  53. @
  54.